home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / isdn / sc / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  257 b   |  11 lines

  1. # Makefile for the sc ISDN device driver
  2.  
  3. # Each configuration option enables a list of files.
  4.  
  5. obj-$(CONFIG_ISDN_DRV_SC)    += sc.o
  6.  
  7. # Multipart objects.
  8.  
  9. sc-y                := shmem.o init.o packet.o command.o event.o \
  10.                       ioctl.o interrupt.o message.o timer.o    
  11.